/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-family: verdana, arial, sans-serif;	
}

a {
	text-decoration: none;
}

h1,h2,h3,h4 {
	font-family: "Trebuchet MS",sans-serif;
	font-weight: normal;
}

/* misc */
.clearer {
	clear: both;
}

.separator {
	color: #e3e3e3;
}

/* General */
.center-wrapper {
	width: 940px;
	margin: 0px 0px 0px 3%;
}

/* Top */ 

#topbg {
	height: 40px;
	background: #FFF url(/images/www/bg.gif) repeat-x;
}

/* Network */

#network { 
	background: #30302f;
	height: 30px;
}
#network .aleft1 {
	width: 735px;
	float: left;	
}

#network .aleft2 {
	width: 200px;
	float: left;
}


#network .tabbed a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #777;
}
#network li a:hover {
	color: #DDD;
	background: #262626;
}
#network li.current-tab a {
	color: #DDD;
	background: #262626;
	font-weight: bold;
}
#network .text-separator, #network span {color: #999;}

/* Special lists */

ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0px;
}
ul.tabbed li {float: left;}

/* Floats */

.aleft {float: left;}
.aright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/**************************

		left side
	   main content

**************************/



.left {
	border-top: 1px solid #EEE;
	margin: 0px 0px 30px 3%;
	padding-top: 20px;
	width: 700px;
	float: left;
}

.content p,code,ul,ol {
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 18px;
}

.content .descr {
	color: #0000c4;
	font-size: 10px;
	margin-bottom: 6px;
}

.content ul {
	padding: 3px 0px 3px 0px;	
	margin-left: 18px;	
	display: block;
}

.content ol {
	padding: 3px 0px 3px 0px;	
	margin-left: 25px;
	display: block;
}

.content h1 {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 25px;
	margin-bottom: 4px;
	color: #ff6200;
}
.content a,.footer a {
	color: #ff6200;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #ff6200;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	margin-left: 15px;
	float: left;
}	

/* navigation */
.nav {
	right: 23%;
	text-align: center;
	width: 17%;
}
/*	background: url(/images/www/logo.jpg) no-repeat center top; */
.nav .logo {

	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 159px;	
}

.logo a img {
	border:0;

}


.nav h1 {
	color: #F60;
	margin: 12px 0;
}
.nav li {
	list-style: none;
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #ff6200;
}

.nav a.active {
	background: #FAFAFA;
}

/* subnav */
.right {
	background: #222;
	right: 3%;
	width: 18%;
}
.subnav {
	padding: 12px 12px 0;
}

.subnav a.active {
	color: #DDD;
}

.subnav h1 {
	color: #ff6200;
	font-size: 18px;
	height: 20px;
	margin-left: 8px;
	margin-bottom: 5px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/******************

Login form

******************/

.login {

position: absolute;
margin: -34px;
right: 27%;
vertical-align: middle;
}

.login form {
padding: 3px;
margin: 3px;

}

.login input {
font-size: 11px;
border: 1px solid #d4d4d4;
height: 14px;
vertical-align: middle;
padding-left: 2px;
padding-top: 1px;

}

#cbox {
border: 0px;
}

#lbutton {

width: 50px;
height: 18px;
background-color: #FFFFFF;
padding: 0px;

}

/*****************'

	  footer 
	
******************/

.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font-size: 10px;
	margin: 0 42% 0 3%;
	padding: 8px 6px;
	clear: both;
}

.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}

/******************

		MISC
	round edges 

*******************/

.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(/images/www/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

table {
  font-size: 12px;
  background-color:#FFF;
  border-collapse:collapse;
}

td.header {
  background-color: #4f81bd;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #4f81bd;
  padding: 3px;
}

td.blue {  
  padding: 3px;
  background-color:#FFF;
  border: 1px solid blue;
  text-align: center;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
